home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Programming / LEDA / DaggeX / .Xdefaults < prev    next >
Text File  |  1993-12-08  |  34KB  |  988 lines

  1. !DaggeX sample resource file
  2.  
  3. !Ppl using color should uncomment next part 
  4.  
  5. ! The Color App-defaults file for Bitmap. Remove '!'s to enable color 
  6.  
  7. #include "Bitmap"
  8.  
  9. !Bitmap*background: medium blue
  10. !Bitmap*foreground: cyan
  11. !Bitmap*borderColor: plum
  12. !Bitmap*frame: deep sky blue
  13. !Bitmap*highlight: magenta
  14. !Bitmap*Command.background: purple
  15. !Bitmap*Toggle.background: purple
  16. !Bitmap*MenuButton.background: purple
  17. !Bitmap*Command.foreground: white
  18. !Bitmap*Toggle.foreground: white
  19. !Bitmap*MenuButton.foreground: white
  20. !Bitmap*status.foreground: green
  21. !Bitmap*Dialog.icon.foreground: pale green
  22. !Bitmap*bitmap.stippled: off
  23.  
  24. !end of color definitions
  25.  
  26. ! The App-defaults file for Bitmap.
  27.  
  28. Bitmap*TransientShell.allowShellResize:    True
  29. Bitmap*shapeStyle:                oval
  30. Bitmap*cursor:                left_ptr
  31. Bitmap*pane.orientation:            horizontal
  32.  
  33. Bitmap*Form*top:                ChainTop
  34. Bitmap*Form*bottom:                ChainTop
  35. Bitmap*Form*left:                ChainLeft
  36. Bitmap*Form*right:                ChainLeft
  37.  
  38. Bitmap*MenuButton.leftBitmap:            menu12
  39. Bitmap*form*width:                      120
  40. Bitmap*form*height:                     15
  41.  
  42. Bitmap*baseTranslations:#override\
  43.             Ctrl<Key>c:    do-quit()\n\
  44.             <Key>q:        do-quit()\n\
  45.             Ctrl<Key>n:    do-new()\n\
  46.             Ctrl<Key>f:    do-load()\n\
  47.             Ctrl<Key>i:    do-insert()\n\
  48.             Ctrl<Key>s:    do-save()\n\
  49.             Ctrl<Key>w:    do-save-as()\n\
  50.             Ctrl<Key>r:    do-resize()\n\
  51.             Ctrl<Key>x:    do-rescale()\n\
  52.             Ctrl<Key>e:    do-filename()\n\
  53.             Ctrl<Key>b:    do-basename()\n\
  54.             Meta<Key>i:    switch-image()\n\
  55.             Meta<Key>g:    switch-grid()\n\
  56.             Meta<Key>d:    switch-dashed()\n\
  57.             Meta<Key>a:    switch-axes()\n\
  58.             Meta<Key>s:    switch-stippled()\n\
  59.             Meta<Key>p:    switch-proportional()\n\
  60.             Meta<Key>z:    switch-zoom()\n\
  61.             Meta<Key>c:    do-cut()\n\
  62.             Meta<Key>w:    do-copy()\n\
  63.             Meta<Key>y:    do-paste()
  64.  
  65.  
  66. Bitmap*Toggle.translations:    <EnterWindow>:        highlight(WhenUnset)\n\
  67.             <LeaveWindow>:        unhighlight()\n\
  68.             <Btn1Down>,<Btn1Up>:     set() notify()
  69.  
  70. Bitmap*MenuButton.translations:<EnterWindow>:        highlight()\n\
  71.             <LeaveWindow>:      reset()\n\
  72.             <BtnDown>:          reset() fix-menu() PopupMenu()
  73.  
  74. Bitmap*Dialog*baseTranslations:#override\
  75.             <Key>Return:    set-dialog-button(okay, yes, retry)\n\
  76.             Ctrl<Key>g:    set-dialog-button(cancel, abort)
  77. Bitmap*image*baseTranslations:#override\
  78.             <Btn1Down>,<Btn1Up>:    switch-image()
  79. Bitmap*image*width: 0
  80. Bitmap*image*height: 0
  81. Bitmap*image*Label.internalWidth: 0
  82. Bitmap*image*Label.internalHeight: 0
  83. Bitmap*image*normalImage.foreground: white
  84. Bitmap*image*normalImage.background: black
  85. Bitmap*image*invertedImage.foreground: black
  86. Bitmap*image*invertedImage.background: white
  87.  
  88. Bitmap*bitmap.cursor:                   tcross
  89. Bitmap*bitmap.dashes:                Dashes
  90. Bitmap*bitmap.stipple:            Stipple
  91. Bitmap*bitmap.stippled:            on
  92.  
  93. Bitmap*TransientShell.width:            300
  94.  
  95. Bitmap*input*icon:                Term
  96. Bitmap*qsave*icon:                Term
  97. Bitmap*error*icon:                Excl
  98. Bitmap*Dialog.yes.label:            Yes
  99. Bitmap*Dialog.no.label:            No
  100. Bitmap*Dialog.okay.label:            OK
  101. Bitmap*Dialog.abort.label:            Abort
  102. Bitmap*Dialog.cancel.label:            Cancel
  103. Bitmap*Dialog.retry.label:            Retry
  104.  
  105. Bitmap*MenuButton.width:            58
  106.  
  107. Bitmap*SimpleMenu.width:            0
  108. Bitmap*SimpleMenu.height:            0
  109. Bitmap*SimpleMenu.cursor:            hand2
  110. Bitmap*SimpleMenu.line.height:        0
  111.  
  112. Bitmap*fileButton.label:            File
  113. Bitmap*fileButton.menuName:            fileMenu
  114.  
  115. Bitmap*editButton.label:            Edit
  116. Bitmap*editButton.fromHoriz:             fileButton
  117. Bitmap*editButton.menuName:            editMenu
  118.  
  119. Bitmap*formy.status*top:            ChainTop
  120. Bitmap*formy.status*bottom:            ChainTop
  121. Bitmap*formy.status*left:            ChainLeft
  122. Bitmap*formy.status*right:            ChainRight
  123. Bitmap*status.fromHoriz:            editButton
  124. Bitmap*status.borderWidth:            0
  125.  
  126. Bitmap*SmeBSB.HorizontalMargins:        32
  127.  
  128. Bitmap*fileMenu.new.label:            New (Ctrl-N)...
  129. Bitmap*fileMenu.load.label:            Load (Ctrl-F)...   
  130. Bitmap*fileMenu.insert.label:            Insert (Ctrl-I)... 
  131. Bitmap*fileMenu.save.label:            Save (Ctrl-S)
  132. Bitmap*fileMenu.saveAs.label:            Save As (Ctrl-W)...
  133. Bitmap*fileMenu.resize.label:            Resize (Ctrl-R)... 
  134. Bitmap*fileMenu.rescale.label:        Rescale (Ctrl-X)...
  135. Bitmap*fileMenu.filename.label:        Filename (Ctrl-E)...
  136. Bitmap*fileMenu.basename.label:        Basename (Ctrl-B)...
  137. Bitmap*fileMenu.quit.label:            Quit (Ctrl-C, Q)
  138.  
  139. Bitmap*editMenu.image.label:            Image (Meta-I)
  140. Bitmap*editMenu.grid.label:            Grid (Meta-G)
  141. Bitmap*editMenu.dashed.label:            Dashed (Meta-D)
  142. Bitmap*editMenu.axes.label:            Axes (Meta-A)
  143. Bitmap*editMenu.stippled.label:        Stippled (Meta-S)
  144. Bitmap*editMenu.proportional.label:        Proportional (Meta-P)
  145. Bitmap*editMenu.zoom.label:            Zoom (Meta-Z)
  146. Bitmap*editMenu.cut.label:            Cut (Meta-C)
  147. Bitmap*editMenu.copy.label:            Copy (Meta-W)
  148. Bitmap*editMenu.paste.label:            Paste (Meta-Y, Ctrl-mb)
  149.  
  150. Bitmap*form.clear.label:            Clear
  151. Bitmap*form.set.fromVert:             clear
  152. Bitmap*form.set.label:            Set
  153. Bitmap*form.invert.fromVert:             set
  154. Bitmap*form.invert.label:            Invert
  155.  
  156. Bitmap*form.mark.vertDistance:        10
  157. Bitmap*form.mark.fromVert:            invert
  158. Bitmap*form.mark.label:            Mark
  159. Bitmap*form.unmark.fromVert:                  mark
  160. Bitmap*form.unmark.label:            Unmark
  161.  
  162. Bitmap*form.copy.vertDistance:        10
  163. Bitmap*form.copy.fromVert:             unmark
  164. Bitmap*form.copy.radioGroup:            mark
  165. Bitmap*form.copy.label:            Copy
  166. Bitmap*form.move.fromVert:             copy
  167. Bitmap*form.move.radioGroup:            copy
  168. Bitmap*form.move.label:            Move
  169.  
  170. Bitmap*form.flipHoriz.vertDistance:        10
  171. Bitmap*form.flipHoriz.width:            36
  172. Bitmap*form.flipHoriz.height:            36
  173. Bitmap*form.flipHoriz.fromVert:         move
  174. Bitmap*form.flipHoriz.bitmap:            FlipHoriz
  175. Bitmap*form.up.vertDistance:            10
  176. Bitmap*form.up.width:                36
  177. Bitmap*form.up.height:            36
  178. Bitmap*form.up.fromVert:             move
  179. Bitmap*form.up.fromHoriz:            flipHoriz
  180. Bitmap*form.up.bitmap:            Up
  181. Bitmap*form.flipVert.vertDistance:        10
  182. Bitmap*form.flipVert.width:            36
  183. Bitmap*form.flipVert.height:            36
  184. Bitmap*form.flipVert.fromVert:         move
  185. Bitmap*form.flipVert.fromHoriz:        up
  186. Bitmap*form.flipVert.bitmap:            FlipVert
  187. Bitmap*form.left.width:            36
  188. Bitmap*form.left.height:            36
  189. Bitmap*form.left.fromVert:             flipHoriz
  190. Bitmap*form.left.bitmap:            Left
  191. Bitmap*form.fold.width:            36
  192. Bitmap*form.fold.height:            36
  193. Bitmap*form.fold.fromVert:             up
  194. Bitmap*form.fold.fromHoriz:             left
  195. Bitmap*form.fold.bitmap:            Fold
  196. Bitmap*form.right.width:            36
  197. Bitmap*form.right.height:            36
  198. Bitmap*form.right.fromVert:             flipVert
  199. Bitmap*form.right.fromHoriz:             fold
  200. Bitmap*form.right.bitmap:            Right
  201. Bitmap*form.rotateLeft.width:            36
  202. Bitmap*form.rotateLeft.height:        36
  203. Bitmap*form.rotateLeft.fromVert:        left
  204. Bitmap*form.rotateLeft.bitmap:        RotateLeft
  205. Bitmap*form.down.width:            36
  206. Bitmap*form.down.height:            36
  207. Bitmap*form.down.fromVert:             fold
  208. Bitmap*form.down.fromHoriz:             rotateLeft
  209. Bitmap*form.down.bitmap:            Down
  210. Bitmap*form.rotateRight.width:        36
  211. Bitmap*form.rotateRight.height:        36
  212. Bitmap*form.rotateRight.fromVert:        right
  213. Bitmap*form.rotateRight.fromHoriz:        down
  214. Bitmap*form.rotateRight.bitmap:        RotateRight
  215.  
  216. Bitmap*form.point.vertDistance:        10
  217. Bitmap*form.point.fromVert:             rotateLeft
  218. Bitmap*form.point.radioGroup:          move
  219. Bitmap*form.point.label:            Point
  220. Bitmap*form.curve.fromVert:             point
  221. Bitmap*form.curve.radioGroup:          point
  222. Bitmap*form.curve.label:            Curve
  223. Bitmap*form.line.fromVert:             curve
  224. Bitmap*form.line.radioGroup:             curve
  225. Bitmap*form.line.label:            Line
  226. Bitmap*form.rectangle.fromVert:         line
  227. Bitmap*form.rectangle.radioGroup:          line
  228. Bitmap*form.rectangle.label:            Rectangle
  229. Bitmap*form.filledRectangle.fromVert:     rectangle
  230. Bitmap*form.filledRectangle.radioGroup:      rectangle
  231. Bitmap*form.filledRectangle.label:        Filled Rectangle
  232. Bitmap*form.circle.fromVert:             filledRectangle
  233. Bitmap*form.circle.radioGroup:          filledRectangle
  234. Bitmap*form.circle.label:            Circle
  235. Bitmap*form.filledCircle.fromVert:         circle
  236. Bitmap*form.filledCircle.radioGroup:      circle
  237. Bitmap*form.filledCircle.label:        Filled Circle
  238. Bitmap*form.floodFill.fromVert:        filledCircle
  239. Bitmap*form.floodFill.radioGroup:          filledCircle
  240. Bitmap*form.floodFill.label:            Flood Fill
  241.  
  242. Bitmap*form.setHotSpot.vertDistance:        10
  243. Bitmap*form.setHotSpot.fromVert:         floodFill
  244. Bitmap*form.setHotSpot.radioGroup:          floodFill
  245. Bitmap*form.setHotSpot.label:            Set Hot Spot
  246. Bitmap*form.clearHotSpot.fromVert:         setHotSpot
  247. Bitmap*form.clearHotSpot.label:        Clear Hot Spot
  248.  
  249. Bitmap*form.undo.vertDistance:        10
  250. Bitmap*form.undo.fromVert:            clearHotSpot
  251. Bitmap*form.undo.label:            Undo
  252.  
  253.  
  254.  
  255. ! XCalc application class resource file
  256.  
  257. Xcalc*Title:    Calculator
  258. Xcalc*Cursor:    hand2
  259. Xcalc*IconName:    Calc
  260. Xcalc*IconPixmap:    calculator
  261. Xcalc*Font:            -*-helvetica-medium-r-normal--*-100-*-*-*-*-*-*
  262. Xcalc*bevel.screen.LCD.Font:    -*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*
  263.  
  264. Xcalc*bevel.Background:            black
  265. Xcalc*bevel.horizDistance:            25
  266. Xcalc*bevel.vertDistance:            6
  267.  
  268. Xcalc*bevel.screen.horizDistance:        6
  269. Xcalc*bevel.screen.vertDistance:            2
  270. Xcalc*bevel.screen.defaultDistance:        0
  271.  
  272. Xcalc*bevel.screen.Label.horizDistance:    0
  273. Xcalc*bevel.screen.Label.vertDistance:    0
  274. Xcalc*bevel.screen.Label.internalHeight:    1
  275. Xcalc*bevel.screen.Label.internalWidth:    1
  276. Xcalc*bevel.screen.LCD.Label:        88888888888
  277. Xcalc*bevel.screen.LCD.fromHoriz:        M
  278. Xcalc*bevel.screen.LCD.horizDistance:    0
  279. Xcalc*bevel.screen.LCD.vertDistance:        0
  280. Xcalc*bevel.screen.INV.fromVert:        M
  281. Xcalc*bevel.screen.INV.vertDistance:        4
  282. Xcalc*bevel.screen.DEG.fromHoriz:        INV
  283. Xcalc*bevel.screen.DEG.fromVert:        LCD
  284. Xcalc*bevel.screen.DEG.horizDistance:    1
  285. Xcalc*bevel.screen.RAD.fromHoriz:        DEG
  286. Xcalc*bevel.screen.RAD.fromVert:        LCD
  287. Xcalc*bevel.screen.GRAD.fromHoriz:        RAD
  288. Xcalc*bevel.screen.GRAD.fromVert:        LCD
  289. Xcalc*bevel.screen.P.Label:            ()
  290. Xcalc*bevel.screen.P.fromHoriz:        GRAD
  291. Xcalc*bevel.screen.P.fromVert:        LCD
  292. Xcalc*bevel.screen.P.horizDistance:        2
  293.  
  294. Xcalc*Command.horizDistance:        2
  295. Xcalc*Command.vertDistance:        4
  296. Xcalc*Command.width:            32
  297. Xcalc*Command.height:        15
  298. Xcalc*Command.internalWidth:        1
  299. Xcalc*Command.ShapeStyle:        Oval
  300.  
  301. Xcalc*ti.Geometry:            171x252
  302. Xcalc*ti.bevel.screen.LCD.width:    108
  303. Xcalc*ti.bevel.screen.LCD.ShapeStyle:rectangle
  304.  
  305. Xcalc*ti.bevel.screen.LCD.Translations:    #replace\n\
  306.                 Ctrl<Key>c:quit()\n\
  307.                 Ctrl<Key>h:clear()\n\
  308.                 None<Key>0:digit(0)\n\
  309.                 None<Key>1:digit(1)\n\
  310.                 None<Key>2:digit(2)\n\
  311.                 None<Key>3:digit(3)\n\
  312.                 None<Key>4:digit(4)\n\
  313.                 None<Key>5:digit(5)\n\
  314.                 None<Key>6:digit(6)\n\
  315.                 None<Key>7:digit(7)\n\
  316.                 None<Key>8:digit(8)\n\
  317.                 None<Key>9:digit(9)\n\
  318.                 <Key>KP_0:digit(0)\n\
  319.                 <Key>KP_1:digit(1)\n\
  320.                 <Key>KP_2:digit(2)\n\
  321.                 <Key>KP_3:digit(3)\n\
  322.                 <Key>KP_4:digit(4)\n\
  323.                 <Key>KP_5:digit(5)\n\
  324.                 <Key>KP_6:digit(6)\n\
  325.                 <Key>KP_7:digit(7)\n\
  326.                 <Key>KP_8:digit(8)\n\
  327.                 <Key>KP_9:digit(9)\n\
  328.                 <Key>KP_Enter:equal()\n\
  329.                 <Key>KP_Equal:equal()\n\
  330.                 <Key>KP_Multiply:multiply()\n\
  331.                 <Key>KP_Add:add()\n\
  332.                 <Key>KP_Subtract:subtract()\n\
  333.                 <Key>KP_Decimal:decimal()\n\
  334.                 <Key>KP_Divide:divide()\n\
  335.                 <Key>KP_Tab:equal()\n\
  336.                 <Key>Clear:clear()\n\
  337.                 :<Key>.:decimal()\n\
  338.                 :<Key>+:add()\n\
  339.                 :<Key>-:subtract()\n\
  340.                 :<Key>*:multiply()\n\
  341.                 :<Key>/:divide()\n\
  342.                 :<Key>(:leftParen()\n\
  343.                 :<Key>):rightParen()\n\
  344.                     :<Key>!:factorial()\n\
  345.                 <Key>e:e()\n\
  346.                 :<Key>^:power()\n\
  347.                 <Key>p:pi()\n\
  348.                 <Key>i:inverse()\n\
  349.                 <Key>s:sine()\n\
  350.                 <Key>c:cosine()\n\
  351.                 <Key>t:tangent()\n\
  352.                 <Key>d:degree()\n\
  353.                 <Key>l:naturalLog()\n\
  354.                 :<Key>=:equal()\n\
  355.                 <Key>n:negate()\n\
  356.                 <Key>r:squareRoot()\n\
  357.                 <Key>space:clear()\n\
  358.                 <Key>q:quit()\n\
  359.                 <Key>Delete:clear()\n\
  360.                 <Key>BackSpace:clear()\n\
  361.                 <Btn1Down>,<Btn1Up>:toggle()selection()\n
  362.  
  363.  
  364. Xcalc*ti.button1.Label:        1/x
  365. Xcalc*ti.button1.Translations:        #override<Btn1Up>:reciprocal()unset()
  366. Xcalc*ti.button2.Label:        x^2
  367. Xcalc*ti.button2.Translations:        #override<Btn1Up>:square()unset()
  368. Xcalc*ti.button3.Label:        SQRT
  369. Xcalc*ti.button3.Translations:        #override<Btn1Up>:squareRoot()unset()
  370. Xcalc*ti.button4.Label:        CE/C
  371. Xcalc*ti.button4.Translations:        #override<Btn1Up>:clear()unset()
  372. Xcalc*ti.button5.Label:        AC
  373. Xcalc*ti.button5.Translations:        #override<Btn1Up>:off()unset()\n\
  374.                     <Btn3Up>:quit()
  375.  
  376. Xcalc*ti.button6.Label:        INV
  377. Xcalc*ti.button6.Translations:        #override<Btn1Up>:inverse()unset()
  378. Xcalc*ti.button7.Label:        sin
  379. Xcalc*ti.button7.Translations:        #override<Btn1Up>:sine()unset()
  380. Xcalc*ti.button8.Label:        cos
  381. Xcalc*ti.button8.Translations:        #override<Btn1Up>:cosine()unset()
  382. Xcalc*ti.button9.Label:        tan
  383. Xcalc*ti.button9.Translations:        #override<Btn1Up>:tangent()unset()
  384. Xcalc*ti.button10.Label:        DRG
  385. Xcalc*ti.button10.Translations:        #override<Btn1Up>:degree()unset()
  386.  
  387. Xcalc*ti.button11.Label:        e
  388. Xcalc*ti.button11.Translations:        #override<Btn1Up>:e()unset()
  389. Xcalc*ti.button12.Label:        EE
  390. Xcalc*ti.button12.Translations:        #override<Btn1Up>:scientific()unset()
  391. Xcalc*ti.button13.Label:        log
  392. Xcalc*ti.button13.Translations:        #override<Btn1Up>:logarithm()unset()
  393. Xcalc*ti.button14.Label:        ln
  394. Xcalc*ti.button14.Translations:        #override<Btn1Up>:naturalLog()unset()
  395. Xcalc*ti.button15.Label:        y^x
  396. Xcalc*ti.button15.Translations:        #override<Btn1Up>:power()unset()
  397.  
  398. Xcalc*ti.button16.Label:        PI
  399. Xcalc*ti.button16.Translations:        #override<Btn1Up>:pi()unset()
  400. Xcalc*ti.button17.Label:        x!
  401. Xcalc*ti.button17.Translations:        #override<Btn1Up>:factorial()unset()
  402. Xcalc*ti.button18.Label:        (
  403. Xcalc*ti.button18.Translations:        #override<Btn1Up>:leftParen()unset()
  404. Xcalc*ti.button19.Label:        )
  405. Xcalc*ti.button19.Translations:        #override<Btn1Up>:rightParen()unset()
  406. Xcalc*ti.button20.Label:        /
  407. Xcalc*ti.button20.Translations:        #override<Btn1Up>:divide()unset()
  408.  
  409. Xcalc*ti.button21.Label:        STO
  410. Xcalc*ti.button21.Translations:        #override<Btn1Up>:store()unset()
  411. Xcalc*ti.button22.Label:        7
  412. Xcalc*ti.button22.Translations:        #override<Btn1Up>:digit(7)unset()
  413. Xcalc*ti.button23.Label:        8
  414. Xcalc*ti.button23.Translations:        #override<Btn1Up>:digit(8)unset()
  415. Xcalc*ti.button24.Label:        9
  416. Xcalc*ti.button24.Translations:        #override<Btn1Up>:digit(9)unset()
  417. Xcalc*ti.button25.Label:        *
  418. Xcalc*ti.button25.Translations:        #override<Btn1Up>:multiply()unset()
  419.  
  420. Xcalc*ti.button26.Label:        RCL
  421. Xcalc*ti.button26.Translations:        #override<Btn1Up>:recall()unset()
  422. Xcalc*ti.button27.Label:        4
  423. Xcalc*ti.button27.Translations:        #override<Btn1Up>:digit(4)unset()
  424. Xcalc*ti.button28.Label:        5
  425. Xcalc*ti.button28.Translations:        #override<Btn1Up>:digit(5)unset()
  426. Xcalc*ti.button29.Label:        6
  427. Xcalc*ti.button29.Translations:        #override<Btn1Up>:digit(6)unset()
  428. Xcalc*ti.button30.Label:        -
  429. Xcalc*ti.button30.Translations:        #override<Btn1Up>:subtract()unset()
  430.  
  431. Xcalc*ti.button31.Label:        SUM
  432. Xcalc*ti.button31.Translations:        #override<Btn1Up>:sum()unset()
  433. Xcalc*ti.button32.Label:        1
  434. Xcalc*ti.button32.Translations:        #override<Btn1Up>:digit(1)unset()
  435. Xcalc*ti.button33.Label:        2
  436. Xcalc*ti.button33.Translations:        #override<Btn1Up>:digit(2)unset()
  437. Xcalc*ti.button34.Label:        3
  438. Xcalc*ti.button34.Translations:        #override<Btn1Up>:digit(3)unset()
  439. Xcalc*ti.button35.Label:        +
  440. Xcalc*ti.button35.Translations:        #override<Btn1Up>:add()unset()
  441.  
  442. Xcalc*ti.button36.Label:        EXC
  443. Xcalc*ti.button36.Translations:        #override<Btn1Up>:exchange()unset()
  444. Xcalc*ti.button37.Label:        0
  445. Xcalc*ti.button37.Translations:        #override<Btn1Up>:digit(0)unset()
  446. Xcalc*ti.button38.Label:        .
  447. Xcalc*ti.button38.Translations:        #override<Btn1Up>:decimal()unset()
  448. Xcalc*ti.button39.Label:        +/-
  449. Xcalc*ti.button39.Translations:        #override<Btn1Up>:negate()unset()
  450. Xcalc*ti.button40.Label:        =
  451. Xcalc*ti.button40.Translations:        #override<Btn1Up>:equal()unset()
  452.  
  453.  
  454. Xcalc*ti.button1.horizDistance:    4    
  455. Xcalc*ti.button1.fromVert:        bevel
  456. Xcalc*ti.button2.fromHoriz:        button1
  457. Xcalc*ti.button2.fromVert:        bevel
  458. Xcalc*ti.button3.fromHoriz:        button2
  459. Xcalc*ti.button3.fromVert:        bevel
  460. Xcalc*ti.button4.fromHoriz:        button3
  461. Xcalc*ti.button4.fromVert:        bevel
  462. Xcalc*ti.button5.fromHoriz:        button4
  463. Xcalc*ti.button5.fromVert:        bevel
  464.  
  465. Xcalc*ti.button6.horizDistance:    4
  466. Xcalc*ti.button6.fromVert:        button1
  467. Xcalc*ti.button7.fromHoriz:        button6
  468. Xcalc*ti.button7.fromVert:        button2
  469. Xcalc*ti.button8.fromHoriz:        button7
  470. Xcalc*ti.button8.fromVert:        button3
  471. Xcalc*ti.button9.fromHoriz:        button8
  472. Xcalc*ti.button9.fromVert:        button4
  473. Xcalc*ti.button10.fromHoriz:        button9
  474. Xcalc*ti.button10.fromVert:        button5
  475.  
  476. Xcalc*ti.button11.horizDistance:    4
  477. Xcalc*ti.button11.fromVert:        button6
  478. Xcalc*ti.button12.fromHoriz:        button11
  479. Xcalc*ti.button12.fromVert:        button7
  480. Xcalc*ti.button13.fromHoriz:        button12
  481. Xcalc*ti.button13.fromVert:        button8
  482. Xcalc*ti.button14.fromHoriz:        button13
  483. Xcalc*ti.button14.fromVert:        button9
  484. Xcalc*ti.button15.fromHoriz:        button14
  485. Xcalc*ti.button15.fromVert:        button10
  486.  
  487. Xcalc*ti.button16.horizDistance:    4
  488. Xcalc*ti.button16.fromVert:        button11
  489. Xcalc*ti.button17.fromHoriz:        button16
  490. Xcalc*ti.button17.fromVert:        button12
  491. Xcalc*ti.button18.fromHoriz:        button17
  492. Xcalc*ti.button18.fromVert:        button13
  493. Xcalc*ti.button19.fromHoriz:        button18
  494. Xcalc*ti.button19.fromVert:        button14
  495. Xcalc*ti.button20.fromHoriz:        button19
  496. Xcalc*ti.button20.fromVert:        button15
  497.  
  498. Xcalc*ti.button21.horizDistance:    4
  499. Xcalc*ti.button21.fromVert:        button16
  500. Xcalc*ti.button22.fromHoriz:        button21
  501. Xcalc*ti.button22.fromVert:        button17
  502. Xcalc*ti.button23.fromHoriz:        button22
  503. Xcalc*ti.button23.fromVert:        button18
  504. Xcalc*ti.button24.fromHoriz:        button23
  505. Xcalc*ti.button24.fromVert:        button19
  506. Xcalc*ti.button25.fromHoriz:        button24
  507. Xcalc*ti.button25.fromVert:        button20
  508.  
  509. Xcalc*ti.button26.horizDistance:    4
  510. Xcalc*ti.button26.fromVert:        button21
  511. Xcalc*ti.button27.fromHoriz:        button26
  512. Xcalc*ti.button27.fromVert:        button22
  513. Xcalc*ti.button28.fromHoriz:        button27
  514. Xcalc*ti.button28.fromVert:        button23
  515. Xcalc*ti.button29.fromHoriz:        button28
  516. Xcalc*ti.button29.fromVert:        button24
  517. Xcalc*ti.button30.fromHoriz:        button29
  518. Xcalc*ti.button30.fromVert:        button25
  519.  
  520. Xcalc*ti.button31.horizDistance:    4
  521. Xcalc*ti.button31.fromVert:        button26
  522. Xcalc*ti.button32.fromHoriz:        button31
  523. Xcalc*ti.button32.fromVert:        button27
  524. Xcalc*ti.button33.fromHoriz:        button32
  525. Xcalc*ti.button33.fromVert:        button28
  526. Xcalc*ti.button34.fromHoriz:        button33
  527. Xcalc*ti.button34.fromVert:        button29
  528. Xcalc*ti.button35.fromHoriz:        button34
  529. Xcalc*ti.button35.fromVert:        button30
  530.  
  531. Xcalc*ti.button36.horizDistance:    4
  532. Xcalc*ti.button36.fromVert:        button31
  533. Xcalc*ti.button37.fromHoriz:        button36
  534. Xcalc*ti.button37.fromVert:        button32
  535. Xcalc*ti.button38.fromHoriz:        button37
  536. Xcalc*ti.button38.fromVert:        button33
  537. Xcalc*ti.button39.fromHoriz:        button38
  538. Xcalc*ti.button39.fromVert:        button34
  539. Xcalc*ti.button40.fromHoriz:        button39
  540. Xcalc*ti.button40.fromVert:        button35
  541.  
  542.  
  543. Xcalc*hp.Geometry:            336x164
  544. Xcalc*hp.bevel.screen.LCD.width:    180
  545.  
  546.  
  547.  
  548. Xcalc*hp.bevel.screen.LCD.Translations:    #replace\n\
  549.                 Ctrl<Key>c:quit()\n\
  550.                 Ctrl<Key>h:back()\n\
  551.                 None<Key>0:digit(0)\n\
  552.                 None<Key>1:digit(1)\n\
  553.                 None<Key>2:digit(2)\n\
  554.                 None<Key>3:digit(3)\n\
  555.                 None<Key>4:digit(4)\n\
  556.                 None<Key>5:digit(5)\n\
  557.                 None<Key>6:digit(6)\n\
  558.                 None<Key>7:digit(7)\n\
  559.                 None<Key>8:digit(8)\n\
  560.                 None<Key>9:digit(9)\n\
  561.                 <Key>KP_0:digit(0)\n\
  562.                 <Key>KP_1:digit(1)\n\
  563.                 <Key>KP_2:digit(2)\n\
  564.                 <Key>KP_3:digit(3)\n\
  565.                 <Key>KP_4:digit(4)\n\
  566.                 <Key>KP_5:digit(5)\n\
  567.                 <Key>KP_6:digit(6)\n\
  568.                 <Key>KP_7:digit(7)\n\
  569.                 <Key>KP_8:digit(8)\n\
  570.                 <Key>KP_9:digit(9)\n\
  571.                 <Key>KP_Enter:enter()\n\
  572.                 <Key>KP_Multiply:multiply()\n\
  573.                 <Key>KP_Add:add()\n\
  574.                 <Key>KP_Subtract:subtract()\n\
  575.                 <Key>KP_Decimal:decimal()\n\
  576.                 <Key>KP_Divide:divide()\n\
  577.                 :<Key>.:decimal()\n\
  578.                 :<Key>+:add()\n\
  579.                 :<Key>-:subtract()\n\
  580.                 :<Key>*:multiply()\n\
  581.                 :<Key>/:divide()\n\
  582.                     :<Key>!:factorial()\n\
  583.                 <Key>e:e()\n\
  584.                 :<Key>^:power()\n\
  585.                 <Key>p:pi()\n\
  586.                 <Key>i:inverse()\n\
  587.                 <Key>s:sine()\n\
  588.                 <Key>c:cosine()\n\
  589.                 <Key>t:tangent()\n\
  590.                 <Key>d:degree()\n\
  591.                 <Key>l:naturalLog()\n\
  592.                 <Key>n:negate()\n\
  593.                 <Key>r:squareRoot()\n\
  594.                 <Key>space:clear()\n\
  595.                 <Key>q:quit()\n\
  596.                 <Key>Delete:back()\n\
  597.                 <Key>Return:enter()\n\
  598.                 <Key>Linefeed:enter()\n\
  599.                 <Key>x:XexchangeY()\n\
  600.                 <Key>BackSpace:back()\n\
  601.                 <Btn1Down>,<Btn1Up>:toggle()selection()\n
  602.  
  603.  
  604.  
  605. Xcalc*hp.button1.Label:        SQRT
  606. Xcalc*hp.button1.Translations:        #override<Btn1Up>:squareRoot()unset()
  607. Xcalc*hp.button2.Label:        e^x
  608. Xcalc*hp.button2.Translations:        #override<Btn1Up>:epower()unset()
  609. Xcalc*hp.button3.Label:        10^x
  610. Xcalc*hp.button3.Translations:        #override<Btn1Up>:tenpower()unset()
  611. Xcalc*hp.button4.Label:        y^x
  612. Xcalc*hp.button4.Translations:        #override<Btn1Up>:power()unset()
  613. Xcalc*hp.button5.Label:        1/x
  614. Xcalc*hp.button5.Translations:        #override<Btn1Up>:reciprocal()unset()
  615. Xcalc*hp.button6.Label:        CHS
  616. Xcalc*hp.button6.Translations:        #override<Btn1Up>:negate()unset()
  617. Xcalc*hp.button7.Label:        7
  618. Xcalc*hp.button7.Translations:        #override<Btn1Up>:digit(7)unset()
  619. Xcalc*hp.button8.Label:        8
  620. Xcalc*hp.button8.Translations:        #override<Btn1Up>:digit(8)unset()
  621. Xcalc*hp.button9.Label:        9
  622. Xcalc*hp.button9.Translations:        #override<Btn1Up>:digit(9)unset()
  623. Xcalc*hp.button10.Label:        /
  624. Xcalc*hp.button10.Translations:        #override<Btn1Up>:divide()unset()
  625.  
  626. Xcalc*hp.button11.Label:        x!
  627. Xcalc*hp.button11.Translations:        #override<Btn1Up>:factorial()unset()
  628. Xcalc*hp.button12.Label:        PI
  629. Xcalc*hp.button12.Translations:        #override<Btn1Up>:pi()unset()
  630. Xcalc*hp.button13.Label:        sin
  631. Xcalc*hp.button13.Translations:        #override<Btn1Up>:sine()unset()
  632. Xcalc*hp.button14.Label:        cos
  633. Xcalc*hp.button14.Translations:        #override<Btn1Up>:cosine()unset()
  634. Xcalc*hp.button15.Label:        tan
  635. Xcalc*hp.button15.Translations:        #override<Btn1Up>:tangent()unset()
  636. Xcalc*hp.button16.Label:        EEX
  637. Xcalc*hp.button16.Translations:        #override<Btn1Up>:scientific()unset()
  638. Xcalc*hp.button17.Label:        4
  639. Xcalc*hp.button17.Translations:        #override<Btn1Up>:digit(4)unset()
  640. Xcalc*hp.button18.Label:        5
  641. Xcalc*hp.button18.Translations:        #override<Btn1Up>:digit(5)unset()
  642. Xcalc*hp.button19.Label:        6
  643. Xcalc*hp.button19.Translations:        #override<Btn1Up>:digit(6)unset()
  644. Xcalc*hp.button20.Label:        *
  645. Xcalc*hp.button20.Translations:        #override<Btn1Up>:multiply()unset()
  646.  
  647. Xcalc*hp.button21.Label:    
  648. Xcalc*hp.button22.Label:    
  649. Xcalc*hp.button23.Label:        Rv
  650. Xcalc*hp.button23.Translations:        #override<Btn1Up>:roll()unset()
  651. Xcalc*hp.button24.Label:        x:y
  652. Xcalc*hp.button24.Translations:        #override<Btn1Up>:XexchangeY()unset()
  653. Xcalc*hp.button25.Label:        <-
  654. Xcalc*hp.button25.Translations:        #override<Btn1Up>:back()unset()
  655. Xcalc*hp.button26.Label:        ENTR
  656. Xcalc*hp.button26.Translations:        #override<Btn1Up>:enter()unset()
  657. Xcalc*hp.button27.Label:        1
  658. Xcalc*hp.button27.Translations:        #override<Btn1Up>:digit(1)unset()
  659. Xcalc*hp.button28.Label:        2
  660. Xcalc*hp.button28.Translations:        #override<Btn1Up>:digit(2)unset()
  661. Xcalc*hp.button29.Label:        3
  662. Xcalc*hp.button29.Translations:        #override<Btn1Up>:digit(3)unset()
  663. Xcalc*hp.button30.Label:        -
  664. Xcalc*hp.button30.Translations:        #override<Btn1Up>:subtract()unset()
  665.  
  666. Xcalc*hp.button31.Label:        ON
  667. Xcalc*hp.button31.Translations:        #override<Btn1Up>:off()unset()\n\
  668.                          <Btn3Up>:quit()
  669. Xcalc*hp.button32.Label:        DRG
  670. Xcalc*hp.button32.Translations:        #override<Btn1Up>:degree()unset()
  671. Xcalc*hp.button33.Label:        INV
  672. Xcalc*hp.button33.Translations:        #override<Btn1Up>:inverse()unset()
  673. Xcalc*hp.button34.Label:        STO
  674. Xcalc*hp.button34.Translations:        #override<Btn1Up>:store()unset()
  675. Xcalc*hp.button35.Label:        RCL
  676. Xcalc*hp.button35.Translations:        #override<Btn1Up>:recall()unset()
  677. Xcalc*hp.button36.Label:        0
  678. Xcalc*hp.button36.Translations:        #override<Btn1Up>:digit(0)unset()
  679. Xcalc*hp.button37.Label:        .
  680. Xcalc*hp.button37.Translations:        #override<Btn1Up>:decimal()unset()
  681. Xcalc*hp.button38.Label:        SUM
  682. Xcalc*hp.button38.Translations:        #override<Btn1Up>:sum()unset()
  683. Xcalc*hp.button39.Label:        +
  684. Xcalc*hp.button39.Translations:        #override<Btn1Up>:add()unset()
  685.  
  686.  
  687. Xcalc*hp.button1.horizDistance:    4
  688. Xcalc*hp.button1.fromVert:        bevel
  689. Xcalc*hp.button2.fromHoriz:        button1
  690. Xcalc*hp.button2.fromVert:        bevel
  691. Xcalc*hp.button3.fromHoriz:        button2
  692. Xcalc*hp.button3.fromVert:        bevel
  693. Xcalc*hp.button4.fromHoriz:        button3
  694. Xcalc*hp.button4.fromVert:        bevel
  695. Xcalc*hp.button5.fromHoriz:        button4
  696. Xcalc*hp.button5.fromVert:        bevel
  697. Xcalc*hp.button6.fromHoriz:        button5
  698. Xcalc*hp.button6.fromVert:        bevel
  699. Xcalc*hp.button7.fromHoriz:        button6
  700. Xcalc*hp.button7.fromVert:        bevel
  701. Xcalc*hp.button8.fromHoriz:        button7
  702. Xcalc*hp.button8.fromVert:        bevel
  703. Xcalc*hp.button9.fromHoriz:        button8
  704. Xcalc*hp.button9.fromVert:        bevel
  705. Xcalc*hp.button10.fromHoriz:        button9
  706. Xcalc*hp.button10.fromVert:        bevel
  707.  
  708. Xcalc*hp.button11.horizDistance:    4
  709. Xcalc*hp.button11.fromVert:        button1
  710. Xcalc*hp.button12.fromHoriz:        button11
  711. Xcalc*hp.button12.fromVert:        button2
  712. Xcalc*hp.button13.fromHoriz:        button12
  713. Xcalc*hp.button13.fromVert:        button3
  714. Xcalc*hp.button14.fromHoriz:        button13
  715. Xcalc*hp.button14.fromVert:        button4
  716. Xcalc*hp.button15.fromHoriz:        button14
  717. Xcalc*hp.button15.fromVert:        button5
  718. Xcalc*hp.button16.fromHoriz:        button15
  719. Xcalc*hp.button16.fromVert:        button6
  720. Xcalc*hp.button17.fromHoriz:        button16
  721. Xcalc*hp.button17.fromVert:        button7
  722. Xcalc*hp.button18.fromHoriz:            button17
  723. Xcalc*hp.button18.fromVert:        button8
  724. Xcalc*hp.button19.fromHoriz:        button18
  725. Xcalc*hp.button19.fromVert:        button9
  726. Xcalc*hp.button20.fromHoriz:        button19
  727. Xcalc*hp.button20.fromVert:        button10
  728.  
  729. Xcalc*hp.button21.horizDistance:    4
  730. Xcalc*hp.button21.fromVert:        button11
  731. Xcalc*hp.button22.fromHoriz:        button21
  732. Xcalc*hp.button22.fromVert:        button12
  733. Xcalc*hp.button23.fromHoriz:        button22
  734. Xcalc*hp.button23.fromVert:        button13
  735. Xcalc*hp.button24.fromHoriz:        button23
  736. Xcalc*hp.button24.fromVert:        button14
  737. Xcalc*hp.button25.fromHoriz:        button24
  738. Xcalc*hp.button25.fromVert:        button15
  739. Xcalc*hp.button26.fromHoriz:        button25
  740. Xcalc*hp.button26.fromVert:        button16
  741. Xcalc*hp.button26.height:        36
  742. Xcalc*hp.button27.fromHoriz:        button26
  743. Xcalc*hp.button27.fromVert:        button17
  744. Xcalc*hp.button28.fromHoriz:        button27
  745. Xcalc*hp.button28.fromVert:        button18
  746. Xcalc*hp.button29.fromHoriz:        button28
  747. Xcalc*hp.button29.fromVert:        button19
  748. Xcalc*hp.button30.fromHoriz:        button29
  749. Xcalc*hp.button30.fromVert:        button20
  750.  
  751. Xcalc*hp.button31.horizDistance:    4
  752. Xcalc*hp.button31.fromVert:        button21
  753. Xcalc*hp.button32.fromHoriz:        button31
  754. Xcalc*hp.button32.fromVert:        button22
  755. Xcalc*hp.button33.fromHoriz:        button32
  756. Xcalc*hp.button33.fromVert:        button23
  757. Xcalc*hp.button34.fromHoriz:        button33
  758. Xcalc*hp.button34.fromVert:        button24
  759. Xcalc*hp.button35.fromHoriz:        button34
  760. Xcalc*hp.button35.fromVert:        button25
  761. Xcalc*hp.button36.fromHoriz:        button26
  762. Xcalc*hp.button36.fromVert:        button27
  763. Xcalc*hp.button37.fromHoriz:        button36
  764. Xcalc*hp.button37.fromVert:        button28
  765. Xcalc*hp.button38.fromHoriz:        button37
  766. Xcalc*hp.button38.fromVert:        button29
  767. Xcalc*hp.button39.fromHoriz:        button38
  768. Xcalc*hp.button39.fromVert:        button30
  769.  
  770.  
  771. XTerm*SimpleMenu*BackingStore: NotUseful
  772. XTerm*SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-*
  773. XTerm*SimpleMenu*menuLabel.vertSpace:     100
  774. XTerm*SimpleMenu*HorizontalMargins: 16
  775. XTerm*SimpleMenu*Sme.height:    16
  776.  
  777. XTerm*SimpleMenu*Cursor: left_ptr
  778. XTerm*mainMenu.Label:  Main Options
  779. XTerm*mainMenu*securekbd*Label:  Secure Keyboard
  780. XTerm*mainMenu*allowsends*Label:  Allow SendEvents
  781. XTerm*mainMenu*logging*Label:  Log to File
  782. XTerm*mainMenu*redraw*Label:  Redraw Window
  783. XTerm*mainMenu*suspend*Label:  Send STOP Signal
  784. XTerm*mainMenu*continue*Label:  Send CONT Signal
  785. XTerm*mainMenu*interrupt*Label:  Send INT Signal
  786. XTerm*mainMenu*hangup*Label:  Send HUP Signal
  787. XTerm*mainMenu*terminate*Label:  Send TERM Signal
  788. XTerm*mainMenu*kill*Label:  Send KILL Signal
  789. XTerm*mainMenu*quit*Label:  Quit
  790.  
  791. XTerm*vtMenu.Label:  VT Options
  792. XTerm*vtMenu*scrollbar*Label:  Enable Scrollbar
  793. XTerm*vtMenu*jumpscroll*Label:  Enable Jump Scroll
  794. XTerm*vtMenu*reversevideo*Label:  Enable Reverse Video
  795. XTerm*vtMenu*autowrap*Label:  Enable Auto Wraparound
  796. XTerm*vtMenu*reversewrap*Label:  Enable Reverse Wraparound
  797. XTerm*vtMenu*autolinefeed*Label:  Enable Auto Linefeed
  798. XTerm*vtMenu*appcursor*Label:  Enable Application Cursor Keys
  799. XTerm*vtMenu*appkeypad*Label:  Enable Application Keypad
  800. XTerm*vtMenu*scrollkey*Label:  Scroll to Bottom on Key Press
  801. XTerm*vtMenu*scrollttyoutput*Label:  Scroll to Bottom on Tty Output
  802. XTerm*vtMenu*allow132*Label: Allow 80/132 Column Switching
  803. XTerm*vtMenu*cursesemul*Label:  Enable Curses Emulation
  804. XTerm*vtMenu*visualbell*Label:  Enable Visual Bell
  805. XTerm*vtMenu*marginbell*Label:  Enable Margin Bell
  806. XTerm*vtMenu*altscreen*Label:  Show Alternate Screen
  807. XTerm*vtMenu*softreset*Label:  Do Soft Reset
  808. XTerm*vtMenu*hardreset*Label:  Do Full Reset
  809. XTerm*vtMenu*clearsavedlines*Label:  Reset and Clear Saved Lines
  810. XTerm*vtMenu*tekshow*Label:  Show Tek Window
  811. XTerm*vtMenu*tekmode*Label:  Switch to Tek Mode
  812. XTerm*vtMenu*vthide*Label:  Hide VT Window
  813.  
  814. XTerm*fontMenu.Label:  VT Fonts
  815. XTerm*fontMenu*fontdefault*Label:    Default
  816. XTerm*fontMenu*font1*Label:    Unreadable
  817. XTerm*VT100*font1:        nil2
  818. XTerm*fontMenu*font2*Label:    Tiny
  819. XTerm*VT100*font2:        5x7
  820. XTerm*fontMenu*font3*Label:    Small
  821. XTerm*VT100*font3:        6x10
  822. XTerm*fontMenu*font4*Label:    Medium
  823. XTerm*VT100*font4:        7x13
  824. XTerm*fontMenu*font5*Label:    Large
  825. XTerm*VT100*font5:        9x15
  826. XTerm*fontMenu*font6*Label:    Huge
  827. XTerm*VT100*font6:        10x20
  828. XTerm*fontMenu*fontescape*Label:    Escape Sequence
  829. XTerm*fontMenu*fontsel*Label:        Selection
  830. !fontescape and fontsel overridden by application
  831.  
  832. XTerm*tekMenu.Label:  Tek Options
  833. XTerm*tekMenu*tektextlarge*Label:  Large Characters
  834. XTerm*tekMenu*tektext2*Label:  #2 Size Characters
  835. XTerm*tekMenu*tektext3*Label:  #3 Size Characters
  836. XTerm*tekMenu*tektextsmall*Label:  Small Characters
  837. XTerm*tekMenu*tekpage*Label:  PAGE
  838. XTerm*tekMenu*tekreset*Label:  RESET
  839. XTerm*tekMenu*tekcopy*Label:  COPY
  840. XTerm*tekMenu*vtshow*Label:  Show VT Window
  841. XTerm*tekMenu*vtmode*Label:  Switch to VT Mode
  842. XTerm*tekMenu*tekhide*Label:  Hide Tek Window
  843.  
  844. XTerm*tek4014*fontLarge: 9x15
  845. XTerm*tek4014*font2: 8x13
  846. XTerm*tek4014*font3: 6x13
  847. XTerm*tek4014*fontSmall: 6x10
  848.  
  849.  
  850. XLoad.input:            false
  851. XLoad*Label*Justify:            left
  852. XLoad*JumpScroll:            1
  853. XLoad*internalBorderWidth:        0
  854. XLoad*showGrip:            FALSE
  855.  
  856.  
  857. ! $XConsortium: XFontSel.ad,v 1.11 91/07/22 15:28:38 gildea Exp $
  858. !
  859. ! app-defaults for XFontSel
  860. !
  861. ! Copyright 1985, 1986, 1987, 1988, 1989 by the
  862. ! Massachusetts Institute of Technology
  863. !
  864. ! Permission to use, copy, modify, and distribute this
  865. ! software and its documentation for any purpose and without
  866. ! fee is hereby granted, provided that the above copyright
  867. ! notice appear in all copies and that both that copyright
  868. ! notice and this permission notice appear in supporting
  869. ! documentation, and that the name of M.I.T. not be used in
  870. ! advertising or publicity pertaining to distribution of the
  871. ! software without specific, written prior permission.
  872. ! M.I.T. makes no representations about the suitability of
  873. ! this software for any purpose.  It is provided "as is"
  874. ! without express or implied warranty.
  875. !
  876. ! Author:
  877. !    Ralph R. Swick, Digital Equipment Corporation/M.I.T. Project Athena
  878. !    one weekend in November, 1989
  879.  
  880. XFontSel*appDefaultsVersion:    1
  881.  
  882. XFontSel*pixelSizeList: 7, 30, 40, 50, 60
  883. XFontSel*pointSizeList: 250, 300, 350, 400
  884.  
  885. XFontSel.cursor:    left_ptr
  886. XFontSel*allowShellResize:    true
  887.  
  888. XFontSel*commandBox.ShowGrip:    false
  889. XFontSel*commandBox*top:    chainTop
  890. XFontSel*commandBox*bottom:    chainTop
  891.  
  892. XFontSel*quitButton.Label:    quit
  893. XFontSel*quitButton.left:    chainLeft
  894. XFontSel*quitButton.right:    chainLeft
  895.  
  896. XFontSel*ownButton.Label:    select
  897. XFontSel*ownButton.fromHoriz:    quitButton
  898. XFontSel*ownButton.left:    chainLeft
  899. XFontSel*ownButton.right:    chainLeft
  900.  
  901. XFontSel*countLabel.BorderWidth: 0
  902. XFontSel*countLabel.Justify:    right
  903. XFontSel*countLabel.Label:    999999 fonts match
  904. XFontSel*countLabel.left:    chainRight
  905. XFontSel*countLabel.right:    chainRight
  906.  
  907. XFontSel*fieldBox.Orientation:    horizontal
  908. XFontSel*fieldBox.HSpace:    0
  909. XFontSel*fieldBox.HSpace:    0
  910.  
  911. XFontSel*dash.label:        -
  912. XFontSel*dash.borderWidth:    0
  913. XFontSel*dash.internalHeight:    0
  914. XFontSel*dash.internalWidth:    0
  915.  
  916. XFontSel*fieldBox*MenuButton.BorderWidth:    0
  917. XFontSel*fieldBox*MenuButton.internalHeight:    0
  918. XFontSel*fieldBox*MenuButton.internalWidth:    0
  919. XFontSel*fieldBox*MenuButton.shapeStyle:    rectangle
  920.  
  921. #ifdef LONG_NAMES
  922. XFontSel*fieldBox*field0.Label:    foundry
  923. XFontSel*fieldBox*field1.Label: family
  924. XFontSel*fieldBox*field2.Label: weight
  925. XFontSel*fieldBox*field3.Label: slant
  926. XFontSel*fieldBox*field4.Label: set width
  927. XFontSel*fieldBox*field5.Label: add style
  928. XFontSel*fieldBox*field6.Label: pixel size
  929. XFontSel*fieldBox*field7.Label: point size
  930. XFontSel*fieldBox*field8.Label: resolutionX
  931. XFontSel*fieldBox*field9.Label: resolutionY
  932. XFontSel*fieldBox*field10.Label: spacing
  933. XFontSel*fieldBox*field11.Label: avg width
  934. XFontSel*fieldBox*field12.Label: registry
  935. XFontSel*fieldBox*field13.Label: encoding
  936. #else
  937. XFontSel*fieldBox*field0.Label:    fndry
  938. XFontSel*fieldBox*field1.Label: fmly
  939. XFontSel*fieldBox*field2.Label: wght
  940. XFontSel*fieldBox*field3.Label: slant
  941. XFontSel*fieldBox*field4.Label: sWdth
  942. XFontSel*fieldBox*field5.Label: adstyl
  943. XFontSel*fieldBox*field6.Label: pxlsz
  944. XFontSel*fieldBox*field7.Label: ptSz
  945. XFontSel*fieldBox*field8.Label: resx
  946. XFontSel*fieldBox*field9.Label: resy
  947. XFontSel*fieldBox*field10.Label: spc
  948. XFontSel*fieldBox*field11.Label: avgWdth
  949. XFontSel*fieldBox*field12.Label: rgstry
  950. XFontSel*fieldBox*field13.Label: encdng
  951. #endif
  952.  
  953. !*fieldBox*field11.Sensitive: False
  954. XFontSel*fieldBox*field11.menu.Options.ShowUnselectable: False
  955. XFontSel*fieldBox*field11.menu*font: -misc-fixed-medium-r-normal--7-*-*-*-c-50-iso8859-1
  956.  
  957.  
  958. !*field1*menu*courier.Font:
  959.  
  960. XFontSel*fontName*skipAdjust:    true
  961.  
  962. XFontSel*sampleText*Label: \
  963. Processing fonts...
  964.  
  965. XFontSel*sampleText: \
  966. ABCDEFGHIJKLMNOPQRSTUVWXYZ\n\
  967. abcdefghijklmnopqrstuvwxyz\n\
  968. 0123456789\n\
  969. \340\346\347\353\356\360\361\363\371\375\
  970. \300\306\307\313\316\320\321\323\331\335
  971.  
  972.  
  973. XFontSel*sampleText16: \
  974. \044\042\044\044\044\046\044\050\044\052\044\053\044\055\044\057\
  975. \044\061\044\063\044\065\044\067\044\071\044\073\044\075\044\077\n\
  976. \044\101\044\104\044\106\044\110\044\112\044\113\044\114\044\115\
  977. \044\116\044\117\044\122\044\125\044\130\044\133\044\136\044\137\n\
  978. \061\042\061\044\061\046\061\050\061\052\061\053\061\055\061\057\
  979. \061\061\061\063\061\065\061\067\061\071\061\073\061\075\061\077\n\
  980. \061\101\061\104\061\106\061\110\061\112\061\113\061\114\061\115\
  981. \061\116\061\117\061\122\061\125\061\130\061\133\061\136\061\137\n\
  982.  
  983. XFontSel*sampleText*allowResize: true
  984. XFontSel*sampleText*Height:     50
  985.  
  986. XClock.input: false
  987.  
  988.